home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / GeometryTest / Textures.h < prev    next >
Encoding:
Text File  |  1997-08-14  |  386 b   |  11 lines  |  [TEXT/MPCC]

  1. // routines to allow us to put texture maps on a parameterized group
  2. #ifndef _TEXTURES_H_
  3. #define _TEXTURES_H_
  4.  
  5. #include "PictRead.h"        // this is a library file from QD3D applications folder
  6.  
  7. TQ3Status AddTextureToGroup( TQ3GroupObject    theGroup, TQ3StoragePixmap *textureImage) ;
  8. void PictureFileToPixmap( TQ3StoragePixmap *bMap ) ;
  9. void TextureGroup( TQ3GroupObject    theGroup) ;
  10.  
  11. #endif